Skip to content

Conversation

@Schultzer
Copy link
Contributor

@Schultzer Schultzer commented Apr 25, 2024

This PR adds an integration workflow for all the repositories.

This will use the current branch, SEE elixir-cldr/cldr_territories#43, for more context.

For a repository that requires ex_cldr, the mix files should change the following. This is similar to how Ecto approaches this: https://github.com/elixir-ecto/ecto_sql/blob/master/mix.exs#L53-L81

   defp deps do
     [
        {:ex_cldr, cldr_dep()},
        ...
     ]
   end


  defp cldr_dep() do
    if path = System.get_env("CLDR_PATH") do
      [path: path]
    else
      "~> 2.38"
    end
  end

@Schultzer Schultzer force-pushed the integration-test branch 15 times, most recently from 05664f9 to 93938ef Compare April 29, 2024 00:34
@Schultzer Schultzer force-pushed the integration-test branch 4 times, most recently from 7b50226 to f3ad677 Compare April 29, 2024 01:05
@Schultzer Schultzer force-pushed the integration-test branch 2 times, most recently from e0c2c40 to bcac480 Compare May 16, 2024 16:53
@Schultzer Schultzer force-pushed the integration-test branch 16 times, most recently from 8e4d708 to 5979ce4 Compare June 27, 2024 22:02
@Schultzer Schultzer force-pushed the integration-test branch 4 times, most recently from 5ccef67 to 099711b Compare July 7, 2024 19:18
@Schultzer Schultzer requested a review from kipcole9 July 7, 2024 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants